projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1438d2d
)
(Fread_file_name): Pass default to Fcompleting_read.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 7 May 1997 07:26:10 +0000
(07:26 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 7 May 1997 07:26:10 +0000
(07:26 +0000)
src/fileio.c
patch
|
blob
|
history
diff --git
a/src/fileio.c
b/src/fileio.c
index 6560f28bb70c29fadf9ecc506f00df945bdb776d..9caa355dac5316b8338ee124720c80da5b8960bc 100644
(file)
--- a/
src/fileio.c
+++ b/
src/fileio.c
@@
-4854,7
+4854,7
@@
DIR defaults to current buffer's directory default.")
GCPRO2 (insdef, default_filename);
val = Fcompleting_read (prompt, intern ("read-file-name-internal"),
dir, mustmatch, insdef1,
- Qfile_name_history);
+ Qfile_name_history
, default_filename
);
#ifdef VMS
unbind_to (count, Qnil);